DevForce Help Reference
RequiredValueVerifier Constructor(Type,String,String,Nullable<Boolean>)


Initializes a new instance of the RequiredValueVerifier class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pType As Type, _
   ByVal propertyName As String, _
   Optional ByVal displayName As String, _
   Optional ByVal shouldTreatEmptyStringAsNull As Nullable(Of Boolean) _
)
'Usage
 
Dim pType As Type
Dim propertyName As String
Dim displayName As String
Dim shouldTreatEmptyStringAsNull As Nullable(Of Boolean)
 
Dim instance As New RequiredValueVerifier(pType, propertyName, displayName, shouldTreatEmptyStringAsNull)

Parameters

pType
propertyName
displayName
shouldTreatEmptyStringAsNull
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RequiredValueVerifier Class
RequiredValueVerifier Members
Overload List

Send Feedback